Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: test error on Node.js v18 and npm v11 #37

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

ybiquitous
Copy link
Owner

npm v11 has dropped the support for Node.js v18:
https://github.com/npm/cli/releases/tag/v11.0.0

So this change installs npm v10 instead on Nodde.js v18.

$ npm v [email protected] engines
{ node: '^20.17.0 || >=22.9.0' }

$ npm v [email protected] engines
{ node: '^18.17.0 || >=20.5.0' }

npm v11 has dropped the support for Node.js v18:
https://github.com/npm/cli/releases/tag/v11.0.0

So this change installs npm v10 instead on Nodde.js v18.

```sh-session
$ npm v [email protected] engines
{ node: '^20.17.0 || >=22.9.0' }

$ npm v [email protected] engines
{ node: '^18.17.0 || >=20.5.0' }
```
@ybiquitous ybiquitous force-pushed the fix-nodejs-test-error-on-npm-11 branch from 1e8487c to 95cbb98 Compare December 23, 2024 05:21
@ybiquitous ybiquitous merged commit 8fd670c into main Dec 23, 2024
14 checks passed
@ybiquitous ybiquitous deleted the fix-nodejs-test-error-on-npm-11 branch December 23, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant